net/http.http2clientConnReadLoop.streamByID (method)
6 uses
net/http (current package)
h2_bundle.go#L9558: if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
h2_bundle.go#L9610: cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
h2_bundle.go#L9939: cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
h2_bundle.go#L10082: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
h2_bundle.go#L10226: cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)
h2_bundle.go#L10255: cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)